/* public */
.main120 {
    position: relative;
}
.main1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.main1200:after {
    display: block;
    content: '';
    clear: both;
}
.main120:after {
    display: block;
    content: '';
    clear: both;
}
.clear:after {
    display: block;
    content: '';
    clear: both;
}
.anone,
.anone a {
    text-decoration: none;
    color: inherit;
}
.mp0,
.wmp0 p,
.wmp0 ul,
.wmp0 li {
    padding: 0;
    margin: 0;
}
.mr0 {
    margin-right: 0;
}
.mr0 {
    margin-top: 0;
}
.mr0 {
    margin-left: 0;
}
.mr0 {
    margin-bottom: 0;
}
/* public header */
.public_header .keyword {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #EAEAEA;
    font-size: 14px;
    color: #333333;
}
.public_header .keyword .main1200 .part1 {
    float: left;
    width: 50%;
}
.public_header .keyword .main1200 .part1 span {
    font-weight: bold;
}
.public_header .keyword .main1200 .part1  a {
    margin: 0 8px;
}
.public_header .keyword .main1200 .part2 {
    float: right;
    line-height: 48px;
    height: 48px;
}
.public_header .keyword .main1200 .part2 a {
    margin-top: 15px;
}
.public_header .logo {
    border-bottom: 1px solid #AACF33;
    background-color: #fff;
    height: 120px;
}
.public_header .logo .img {
    float: left;
    width: 382px;
    height: 100%;
}
.public_header .logo .img img {
    display: block;
    width: 100%;
    height: 100%;
}
.public_header .logo .tel {
    width: 354px;
    float: left;
    margin-left: 220px;
    padding-top: 32px;
}
.public_header .logo .tel .tel_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #DEDEDE;
    float: left;
    margin-right: 20px;
}
.public_header .logo .tel .tel_img img {
    display: block;
    width: 32px;
    height: 32px;
    margin: 14px auto;
}
.public_header .logo .tel .tel_intro {
    font-size: 14px;
    color: #555555;
    float: left;
}
.public_header .logo .tel .tel_intro .number {
    font-size: 24px;
    margin-top: 8px;
}
.public_header .logo .search {
    float: right;
    width: 240px;
    font-size: 14px;
    color: #555555;
    padding-top: 32px;
}
.public_header .logo .search .input_box {
    width: 100%;
    height: 30px;
    margin-top: 8px;
}
.public_header .logo .search .input_box input {
    border: 1px solid #E8E8E8;
    border-right: 0;
    padding: 0 4px;
    outline: none;
    float: left;
    width: 176px;
    height: 100%;
}
.public_header .logo .search .input_box button {
    outline: none;
    cursor: pointer;
    border: 0;
    color: #F5F6FB;
    background-color: #004FB2;
    font-size: 14px;
    float: right;
    width: 64px;
    height: 100%;
}
.p_head .nav {
    height: 68px;
    line-height: 68px;
    font-size: 14px;
    color: #555555;
    float: left;
    width: 73%;
}
.p_head .nav .nav_ul {
    width: 684px;
    height: 100%;
    list-style: none;
    float: left;
}
.p_head .nav .nav_ul li {
    float: left;
    width: 70px;
    margin-right: 83.5px;
}
.p_head .nav .nav_ul li a {
    display: block;
    text-align: center;
}
.p_head .nav .nav_ul li:hover,
.p_head .nav .nav_ul li.current {
    color: #004FB2;
    transition: ease-in 0.4s;
}
.p_head .nav #ht {
    width: 56px;
    height: 3px;
    background-color: #004FB2;
    position: absolute;
    bottom: -0.5px;
}
.p_head .nav .ht0 {
    left: 7px;
}
.p_head .nav .ht1 {
    left: 160.5px;
}
.p_head .nav .ht2 {
    left: 314px;
}
.p_head .nav .ht3 {
    left: 467.5px;
}
.p_head .nav .ht4 {
    left: 621px;
}
.p_head .nav .language {
    width: 313px;
    height: 68px;
    background-color: #F4F4F4;
    float: right;
}
/* public header end */

/* product */
.product_banner {
    height: 360px;
    background: url('../image/product_banner.jpg') no-repeat center;
}
.container {
    background-color: #f5f5f5;
}
.product {
    padding: 0 0 68px 0;
}
.public_title {
    color: #777777;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    padding: 60px 0 34px;
    margin-bottom: 56px;
    position: relative;
}
.public_title:after {
    content: '';
    display: block;
    width: 120px;
    height: 3px;
    background: url('../image/title_bt.png') no-repeat center;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
}
.product .product_categroy {
    margin-bottom: 44px;
    padding-left: 9px;
}
.product .product_categroy .item {
    float: left;
    width: 285px;
    height: 224px;
    border: 1px solid #E2E2E2;
    background-color: #fff;
    padding: 4px;
    transition: ease-in 0.4s;
    color: #555555;
    margin-right: 15px;
}
.product .product_categroy .item  a {
    display: block;
}
.product .product_categroy .item:hover,
.product .product_categroy .item.current {
    background-color: #004fb2;
    color: #fff;
}
.product .product_categroy .item .img {
    width: 277px;
    height: 166px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.product .product_categroy .item .img img {
    max-width: 100%;
    max-height: 100%;
}
.product .product_categroy .item p {
    font-size: 18px;
    text-align: center;
}
.product .product_categroy .item:nth-child(4) {
    margin-right: 0;
}
.product .list .item {
    width: 370px;
    height: 454px;
    margin: 0 45px 42px 0;
    border: 1px solid #CCCCCC;
    background-color: #fff;
    transition: ease-in 0.4s;
    float: left;
    color: #555;
    position: relative;
}
.product .list .item:nth-child(3n) {
    margin-right: 0;
}
.product .list .item .hr {
    height: 4px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: ease-in 0.4s;
}
.product .list .item:hover {
    border: 1px solid #004FB2;
}
.product .list .item:hover .hr {
    background-color: #004FB2;
}
.product .list .item a:hover {
    color: #004FB2;
}
.product .list .item .imgbox {
    width: 320px;
    height: 216px;
    margin: 42px auto 32px;
}
.product .list .item .img {
    width: 320px;
    height: 216px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.product .list .item .img img {
    max-width: 100%;
    max-height: 100%;
}
.product .list .item .intro {
    margin-top: 32px;
    padding: 0 34px;
}
.product .list .item .intro .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}
.product .list .item .intro .txt {
    font-size: 14px;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
}
.product .list .item .more {
    position: absolute;
    bottom: 32px;
    left: 0;
    text-align: center;
    font-size: 12px;
    width: 100%;
}
.pagination {
    text-align: center;
    margin-top: 32px;
    color: #333333;
    font-size: 12px;
}
.pagination span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 4px;
    border-radius: 4px;
    background-color: #ffffff;
    color: #333333;
    transition: ease-out 0.4s;
    border: 1px solid #e2e2e2;
}
.pagination span a {
    display: block;
    padding: 0 12px;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}
.pagination span.active,
.pagination span:hover {
    background-color: #004fb2;
    transition: ease-out 0.4s;
}
.pagination span.active a,
.pagination span:hover a {
    color: #ffffff;
}

/* footer */
.footer {
    background-color: #313131;
}
.footer .main {
    width: 1200px;
    margin: 0 auto;
    padding: 54px 0 48px 0;
    position: relative;
}
.footer .main ul {
    width: 164px;
    height: 226px;
    margin: 0 76px 0 0;
    padding: 0;
    list-style: none;
    color: #d8d8d8;
    font-size: 14px;
    border-right: 1px solid #888888;
    float: left;
}
.footer .main ul li {
    margin-bottom: 14px;
    font-family: 'SimHei';
}
.footer .main ul li a {
    color: inherit;
    text-decoration: none;
}
.footer .main ul li.title {
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 18px;
    position: relative;
    color: #ffffff;
}
.footer .main ul li.title:after {
    content: '';
    display: block;
    width: 52px;
    height: 4px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer .main ul.contact {
    width: 364px;
    border-right: 0;
}
.footer .main ul.contact li.title {
    margin-bottom: 30px;
}
.footer .main ul.contact li span {
    font-family: sans-serif;
}
.footer .main .qrCode {
    position: absolute;
    right: 0;
    top: 46px;
}
.footer .main .qrCode img {
    display: block;
    width: 104px;
    height: 104px;
    margin-bottom: 16px;
}
/* links */
.links {
    background-color: #004fb2;
    color: #f7d4d4;
    font-size: 12px;
}
.links .main {
    width: 1200px;
    margin: 0 auto;
    padding: 26px 0 20px 0;
}
.links .main a {
    color: inherit;
    text-decoration: none;
}
.links .main .left {
    width: 730px;
    float: left;
}
.links .main .left .item,
.links .main .right .item {
    margin-bottom: 16px;
}
.links .main .right {
    float: right;
    max-width: 470px;
    overflow: hidden;
}
.links .main .right a {
    margin: 0 4px;
}
.links .main .right label,
.bdsharebuttonbox {
    float: left;
}
/* product_detail */
.product_detail .breadcrumbs {
    font-size: 12px;
    color: #555555;
    line-height: 78px;
}
.product_detail .breadcrumbs .home {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    position: relative;
    top: -1px;
    margin: 0 10px;
}
.product_detail .breadcrumbs .gt {
    margin: 0 10px;
}
.product_detail .detail_main {
    position: relative;
    padding-bottom: 68px;
}
.product_detail .detail_main .left {
    float: left;
    width: 728px;
}
.product_detail .detail_main .left .cutover {
    height: 395px;
    margin-bottom: 48px;
}
.product_detail .detail_main .left .cutover .bigimg {
    position: relative;
    width: 545px;
    height: 395px;
    float: left;
}
.product_detail .detail_main .left .cutover .bigimg p {
    position: relative;
    width: 545px;
    height: 395px;
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
}
.product_detail .detail_main .left .cutover .bigimg img {
    max-width: 100%;
    max-height: 100%;
}
.product_detail .detail_main .left .cutover .smallimg {
    float: right;
    width: 170px;
    height: 100%;
}
.product_detail .detail_main .left .cutover .smallimg .imgitem {
    width: 170px;
    height: 122px;
    margin-bottom: 13.5px;
}
.product_detail .detail_main .left .cutover .smallimg .imgitem p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 170px;
    height: 122px;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 5px;
}
.product_detail .detail_main .left .cutover .smallimg .imgitem:nth-child(3) {
    margin-bottom: 0;
}
.product_detail .detail_main .left .cutover .smallimg .imgitem p img {
    max-width: 100%;
    max-height: 100%;
}
.product_detail .detail_main .left .richtext {
    /*min-height: 1028px;*/
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
    color: #555;
    line-height: 1.6em;
}
.product_detail .detail_main .left .richtext img {
    max-width: 100%;
    max-height: 100%;
}
.product_detail .detail_main .left .richtext .options {
    background-color: #004fb2;
}
.product_detail .detail_main .left .richtext .options .tab {
    width: 128px;
    height: 52px;
    line-height: 52px;
    float: left;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.product_detail .detail_main .left .richtext .options .tab.current {
    background-color: #fff;
    color: #004fb2;
}
.product_detail .detail_main .left .richtext .options .tab.current:after {
    display: none;
}
.product_detail .detail_main .left .richtext .options .tab:after {
    width: 1px;
    height: 38px;
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    top: 7px;
    background-color: #fff;
}
.product_detail .detail_main .left .richtext .tabbody {
    position: relative;
}
.product_detail .detail_main .left .richtext .tabbody .part {
    /*position: absolute;*/
    /*border: 1px solid #ccc;*/
    left: 0;
    top: 0;
    width: 100%;
    padding: 28px;
    display: none;
}
.product_detail .detail_main .left .richtext .tabbody .part.current {
    display: block;
}
.product_detail .detail_main .right {
    float: right;
    width: 418px;
}
.product_detail .detail_main .right .intro {
    /*height: 395px;*/
    min-height: 395px;
    color: #555;
    font-size: 14px;
    margin-bottom: 48px;
}
.product_detail .detail_main .right .intro h1 {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.6em;
    padding-bottom: 16px;
    border-bottom: 1px dashed #ccc;
}
.product_detail .detail_main .right .intro .txt {
    line-height: 2em;
}
.product_detail .detail_main .right .intro .txt .span1{
    color: #004fb2;
    font-weight:bold;
}
.product_detail .detail_main .right .tel {
    color: #004fb2;
    font-weight: bold;
    font-size: 24px;
    margin: 30px 0;
}
.product_detail .detail_main .right .buts .butitem {
    width: 150px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    background-color: #004fb2;
    border: 1px solid #004fb2;
    border-radius: 6px;
    cursor: pointer;
    float: left;
    margin-right: 26px;
    font-size: 20px;
}
.product_detail .detail_main .right .buts .butitem.bai {
    color: #004fb2;
    background-color: #fff;
}
.product_detail .detail_main .right .recommend {
    background-color: #fff;
}
.product_detail .detail_main .right .recommend .title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-color: #004fb2;
    line-height: 65px;
    padding-left: 26px;
}
.product_detail .detail_main .right .recommend .itembox {
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
}
.product_detail .detail_main .right .recommend .itembox .item {
    border-bottom: 1px solid #ccc;
}
.product_detail .detail_main .right .recommend .itembox .item .img {
    width: 414px;
    height: 260px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.product_detail .detail_main .right .recommend .itembox .item .img img {
    max-width: 100%;
    max-height: 100%;
}
.product_detail .detail_main .right .recommend .itembox .item .txt {
    height: 60px;
    line-height: 60px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    background-color: #eee;
    color: #555;
}
/* spec */
.spec {
    padding: 0 0 68px 0;
}
.spec .spec_main .item {
    width: 370px;
    height: 290px;
    border: 1px solid #D3D3D3;
    padding: 12px;
    transition: ease-in 0.4s;
    background-color: #fff;
    float: left;
    margin: 0 40px 36px 0;
}
.spec .spec_main .item:nth-child(3n) {
    margin-right: 0;
}
.spec .spec_main .item:hover {
    box-shadow: 0px 0px 10px 2px #D2D2D2;
}
.spec .spec_main .item .img {
    width: 340px;
    height: 200px;
    float: left;
}
.spec .spec_main .item .img img {
    display: block;
    width: 100%;
    height: 100%;
}
.spec .spec_main .item .intro {
    float: left;
    width: 280px;
    height: 60px;
    margin-left: 24px;
}
.spec .spec_main .item .intro .title {
    text-align: center;
    font-size: 16px;
    color: #004fb2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 24px;
}
.spec .spec_main .item .intro .txt {
    font-size: 14px;
    color: #555;
    margin: 20px 0 14px;
    line-height: 2em;
    max-height: 56px;
    overflow: hidden;
}
.spec .spec_main .item .intro .times {
    font-size: 12px;
    color: #777777;
}
.spec .spec_main .item .intro .times .more {
    float: right;
    color: #004fb2;
}
.specification_detail .richText {
    padding: 40px 40px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.8em;
    color: #555;
}
.specification_detail .richText .title {
    font-size: 26px;
    text-align: center;
}
.specification_detail .richText .times {
    font-size: 12px;
    text-align: center;
    padding: 24px 0;
    border-bottom: 1px dashed #B2B2B2;
    margin-bottom: 30px;
}
.specification_detail .richText .richText_body {
    padding-bottom: 30px;
    border-bottom: 1px dashed #B2B2B2;
}
.specification_detail .richText .richText_body img {
    max-width: 100%;
    max-height: 100%;
}
.upperandlower {
    margin-top: 34px;
    position: relative;
}
.upperandlower .next {
    font-size: 14px;
    color: #555;
    line-height: 2.4em;
}
.upperandlower .next a {
    color: #004FB2;
}
.upperandlower .history {
    width: 160px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #004FB2;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
}
.specification_detail .relatedTitle {
    height: 46px;
    line-height: 46px;
    font-size: 26px;
    color: #555;
    text-align: center;
    background: url('../image/title_icon.png') no-repeat center center;
    margin: 56px 0 34px;
}
.relatedProduct {
    padding-bottom: 40px;
}
/* info */
.info_main {
    background-color: #fff;
    padding-bottom: 68px;
}
.info_cate {
    text-align: center;
}
.info_cate .cate-item {
    display: inline-block;
    width: 170px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #eeeeee;
    color: #777;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: ease-in 0.4s;
    margin: 0 20px 20px;
}
.info_cate .cate-item:hover,
.info_cate .cate-item.active {
    background-color: #004fb2;
    border-color: #004fb2;
    color: #fff;
}
.info_list {
    margin-top: 42px;
}
.info_list .info-item {
    margin-bottom: 40px;
    height: 122px;
}
.info_list .info-item .times {
    width: 140px;
    height: 100%;
    float: left;
    border-top: 1px solid #E2E2E2;
    text-align: center;
    color: #999;
    padding-top: 20px;
    position: relative;
}
.info_list .info-item .times .year {
    font-size: 18px;
}
.info_list .info-item .times .day {
    font-size: 52px;
    font-weight: bold;
}
.info_list .info-item .times:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    border-top: 24px solid #004FB2;
    border-bottom: 24px solid transparent;
    border-right: 24px solid transparent;
}
.info_list .info-item .intro {
    margin-left: 50px;
    width: 945px;
    height: 100%;
    float: left;
    padding-top: 20px;
    border-top: 1px solid #E2E2E2;
}
.info_list .info-item .intro .img {
    width: 220px;
    height: 100px;
    float: left;
}
.info_list .info-item .intro .img img {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
}
.info_list .info-item .intro .txt {
    float: right;
    width: 700px;
    margin-right: 2px;
}
.info_list .info-item .intro .txt .part1 {
    font-size: 18px;
    color: #555;
}
.info_list .info-item:hover .intro .txt .part1 {
    color: #2c3a6d;
}
.info_list .info-item .intro .txt .part2 {
    font-size: 12px;
    color: #333333;
    margin: 10px 0 8px;
}
.info_list .info-item .intro .txt .part2 span {
    color: #777777;
}
.info_list .info-item .intro .txt .part3 {
    font-size: 12px;
    color: #666666;
    line-height: 1.8em;
}
.info_list .info-item .arrow {
    width: 40px;
    height: 100%;
    float: right;
    background-color: #7d7d7d;
    transition: ease-in 0.4s;
    background-image: url('../image/arrow.png');
    background-position: center center;
}
.info_list .info-item:hover .arrow{
    background-color: #004fb2;
}
.info_list .info-item .arrow a {
    display: block;
    width: 100%;
    height: 100%;
}
/* vodeo_list */
.vodeo_list {
    margin-top: 42px;
}
.vodeo_list .item {
    width: 380px;
    height: 330px;
    float: left;
    margin: 0 28px 14px 0;
}
.vodeo_list .item:nth-child(3n) {
    margin-right: 0;
}
.vodeo_list .item .img {
    position: relative;
    width: 380px;
    height: 280px;
}
.vodeo_list .item .img img {
    width: 100%;
    height: 100%;
    display: block;
}
.vodeo_list .item .img .mask {
    position: absolute;
    left: 0;
    top: 0;
    background: url('../image/video_icon.png') no-repeat center;
    width: 100%;
    height: 100%;
}
.vodeo_list .item .img .mask a {
    display: block;
    height: 100%;
    width: 100%;
}
.vodeo_list .item .txt {
    height: 50px;
    line-height: 45px;
    font-size: 14px;
    color: #333;
}
.vodeo_list .item .txt .more {
    float: right;
    color: #004fb2;
    font-size: 12px;
}
.info_detail {
    background-color: #fff;
}
.case_list .item {
    width: 100%;
    height: 420px;
}
.case_list .item .part {
    float: left;
    width: 50%;
    height: 100%;
    color: #fff;
    
}
.case_list .item .part.intro
{
    padding: 80px 60px 0 60px;
}
.case_list .item .part img {
    width: 100%;
    height: 100%;
    display: block;
}
.case_list .item .part .icon {
    width: initial;
    height: initial;
    float: left;
    margin-right: 26px;
}
.case_list .item .part .title {
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 26px;
}
.case_list .item .part .txt {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 34px;
}
.case_list .item .part.c1 {
    background-color: #004fb2;
    
}
.case_list .item .part.c2 {
    background-color: #0092dd;
}
.case_list .item .part.c2 .icon {
    position: relative;
    top: -18px;
}
.case_list .item .part.c3 {
    background-color: #a0ca25;
}
.case_list .item .part.c3 .icon {
    position: relative;
    top: -4px;
}
.case_list .item .part.c4 {
    background-color: #41ad3d;
}
.case_list .item .part.c4 .icon {
    position: relative;
    top: -12px;
}
.specification_detail .richText.case_detail {
    background: transparent;
}
.specification_detail .richText.case_detail .richText_body {
    border-bottom: 0px;
    margin-top: 26px;
}
.case_download .down_tit {
    font-size: 24px;
    background-color: #145cbe;
    padding: 0 40px;
    line-height: 64px;
    color: #fff;
}
.case_download .down_list {
    font-size: 16px;
    color: #555;
    padding: 30px 40px 0px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.down_list .item {
    width: 100%;
    float: left;
    height: 44px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}
.down_list .item .span1{
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #145cbe;
    margin: 2px 10px;
    border-radius: 50%;
}
.down_list .item .more {
    float: right;
    color: #145cbe;
}
 .down_list .item p {
    display: inline;
}
.down_list .item.bm0 {
    border-bottom: 0;
}
/*bioage*/
.pub_biaoge{

}
.pub_biaoge .th1{
    background-color: #004FB2;
    line-height: 50px;
    color: #fff;
    text-align: left;
    padding: 0px 0px 0px 20px;
    width: 40%;
    border-right: 1px solid #fff;
}
.pub_biaoge .th2{
    background-color: #004FB2;
    line-height: 50px;
    color: #fff;
    text-align: left;
    padding: 0px 0px 0px 20px;
    width: 60%;
    border-right: 1px solid #ccc;
}
.pub_biaoge tbody{
    border-bottom: 1px solid #ccc;
}
.pub_biaoge tr:nth-child(2n){
    background-color: #E5E5E5;

}
.pub_biaoge td{
    text-align: left;
    padding: 10px 20px 10px 20px;
    border-right:1px solid #ccc;
    border-left: 1px solid #ccc;
}